Skip to content

chore(release): publish packages#1330

Merged
grdsdev merged 1 commit into
mainfrom
chore/publish
Mar 25, 2026
Merged

chore(release): publish packages#1330
grdsdev merged 1 commit into
mainfrom
chore/publish

Conversation

@grdsdev
Copy link
Copy Markdown
Contributor

@grdsdev grdsdev commented Mar 25, 2026

  • storage_client@2.5.1
  • supabase@2.10.4
  • supabase_flutter@2.12.2

 - storage_client@2.5.1
 - supabase@2.10.4
 - supabase_flutter@2.12.2
Copilot AI review requested due to automatic review settings March 25, 2026 13:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release chore PR to publish new versions of the storage_client, supabase, and supabase_flutter packages, keeping package metadata and changelogs in sync across the monorepo.

Changes:

  • Bump package versions: storage_client → 2.5.1, supabase → 2.10.4, supabase_flutter → 2.12.2.
  • Update inter-package dependencies to the newly published versions.
  • Add release notes to per-package changelogs and the workspace CHANGELOG.md.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/supabase_flutter/pubspec.yaml Bumps supabase_flutter version and updates supabase dependency.
packages/supabase_flutter/lib/src/version.dart Updates runtime version constant to 2.12.2.
packages/supabase_flutter/example/pubspec.yaml Updates example dependency to supabase_flutter: ^2.12.2.
packages/supabase_flutter/CHANGELOG.md Adds 2.12.2 changelog entry.
packages/supabase/pubspec.yaml Bumps supabase version and updates storage_client dependency.
packages/supabase/lib/src/version.dart Updates runtime version constant to 2.10.4.
packages/supabase/CHANGELOG.md Adds 2.10.4 changelog entry.
packages/storage_client/pubspec.yaml Bumps storage_client version to 2.5.1.
packages/storage_client/lib/src/version.dart Updates runtime version constant to 2.5.1.
packages/storage_client/CHANGELOG.md Adds 2.5.1 changelog entry.
CHANGELOG.md Adds workspace release entry for 2026-03-25.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

flutter:
sdk: flutter
supabase_flutter: ^2.12.1
supabase_flutter: ^2.12.2
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example app's Dart SDK constraint is still >=2.15.0 <3.0.0, but supabase_flutter 2.12.x requires Dart >=3.3.0 (per the package pubspec). As-is, flutter pub get for the example will fail; update the example's environment: constraints to match the minimum Dart/Flutter versions required by supabase_flutter (or otherwise adjust the dependency strategy).

Copilot uses AI. Check for mistakes.
@grdsdev grdsdev requested review from a team, Vinzent03 and dshukertjr March 25, 2026 13:46
@grdsdev grdsdev merged commit 4cf97d8 into main Mar 25, 2026
19 of 20 checks passed
@grdsdev grdsdev deleted the chore/publish branch March 25, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants